SixBit API Schema
BuyerIDType Simple Type
Description
The unique identifier of a buyer. It is created internally by SixBit. This field is used to identify a buyer during an update. It is ignored during an Add operation.
Namespace (none)
Type
Restriction of xs:integer
Diagram
BuyerIDType Simple Type
Overview
BuyerIDType Restriction of xs:integer
The unique identifier of a buyer. It is created internally by SixBit. This field is used to identify a buyer during an update. It is ignored during an Add operation.
Source
<xs:simpleType name="BuyerIDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The unique identifier of a buyer.  It is created internally by SixBit.  This field is used to identify a buyer during an update.  It is ignored during an Add operation.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer"></xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.